home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / o9230ss.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  16.6 KB  |  530 lines

  1. *PPD-Adobe: "4.2"
  2. *% 
  3. *% Copyright 1998 Oce-Technologies B.V., Venlo, The Netherlands
  4. *% All rights reserved
  5. *%
  6. *%
  7. *FormatVersion: "4.2"
  8. *FileVersion: "1.3"
  9. *LanguageEncoding: ISOLatin1
  10. *LanguageVersion: English
  11. *PCFileName: "O9230SS.PPD"
  12. *Manufacturer: "Oce"
  13. *Product: "(Oce 9230)"
  14. *PSVersion: "(2014.074) 1"
  15. *ModelName: "Oce 9230 PS2 Stacker/Stapler"
  16. *NickName: "Oce 9230 PS2 Stacker/Stapler"
  17.  
  18. *% Basic Capabilities =============================
  19. *FreeVM: "8388608"
  20. *LanguageLevel: "2"
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: False
  24. *TTRasterizer: Type42
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28.   (%disk%) currentdevparams dup /Writeable known
  29.   { /Writeable get {pop true} if
  30.   {(True)}{(False)} ifelse = flush
  31. restore"
  32. *End
  33.  
  34. *Throughput: "30"
  35. *Password: "0"
  36. *ExitServer: "
  37.  count 0 eq
  38.  { false } { true exch startjob } ifelse
  39.  not { 
  40.      (WARNING : Cannot modify initial VM.) = 
  41.      (Missing or invalid password.) = 
  42.      (Please contact the author of this software.) = flush quit
  43.      } if"
  44. *End
  45.  
  46. *Reset: "
  47.  count 0 eq
  48.  { false } { true exch startjob } ifelse
  49.  not {
  50.     (WARNING: Cannot reset printer.) =
  51.     (Missing or invalid password.) =
  52.     (Please contact the author of this software.) = flush quit
  53.     } if
  54.  systemdict /quit get exec
  55.  (WARNING : Printer Reset Failed.) = flush"
  56. *End
  57.  
  58. *%==========Resolution Information=========================
  59.  
  60. *OpenUI *Resolution: PickOne
  61. *OrderDependency: 30 AnySetup *Resolution
  62. *DefaultResolution: 600dpi
  63. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  64. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  65. *?Resolution: "
  66.   save
  67.     currentpagedevice /HWResolution get
  68.     0 get
  69.     (          ) cvs print
  70.     (dpi)
  71.     = flush
  72.   restore"
  73. *End
  74. *CloseUI: *Resolution
  75.  
  76. *% Halftone Information =====================
  77. *ScreenFreq: "70.2"
  78. *ScreenAngle: "45.0"
  79. *DefaultScreenProc: Dot
  80. *ScreenProc Dot: "
  81.   { 0.001 add exch 0.002 add exch
  82.     2 copy add 3 1 roll sub 2 copy 0 ge
  83.     { 0 ge
  84.       { 1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
  85.       { 1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
  86.       ifelse
  87.     }
  88.     { 0 ge
  89.       { -1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
  90.       { -1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
  91.       ifelse
  92.     }
  93.     ifelse
  94.   }"
  95. *End
  96. *ScreenProc Line: "{ pop }"
  97. *ScreenProc Ellipse: "
  98.   { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  99. *End
  100.  
  101. *DefaultTransfer: Null
  102. *Transfer Null: "{ }"
  103. *Transfer Null.Inverse: "{ 1 exch sub }"
  104.  
  105. *% Paper Handling ==========================
  106. *OpenGroup: PaperHandling
  107. *OpenUI *PageSize: PickOne
  108. *OrderDependency: 30 AnySetup *PageSize
  109. *DefaultPageSize: A4
  110. *PageSize Letter: "
  111.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  112. *End
  113. *PageSize A4: "
  114.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  115. *End
  116. *PageSize Legal: "
  117.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  118. *End
  119. *PageSize Folio: "
  120.     2 dict dup /PageSize [595 935] put dup /ImagingBBox null put setpagedevice"
  121. *End
  122. *PageSize Kwarto: "
  123.     2 dict dup /PageSize [575 720] put dup /ImagingBBox null put setpagedevice"
  124. *End
  125. *PageSize Commercial: "
  126.     2 dict dup /PageSize [595 765] put dup /ImagingBBox null put setpagedevice"
  127. *End
  128. *PageSize Foolscap: "
  129.     2 dict dup /PageSize [575 935] put dup /ImagingBBox null put setpagedevice"
  130. *End
  131. *PageSize SmallLegal: "
  132.     2 dict dup /PageSize [612 935] put dup /ImagingBBox null put setpagedevice"
  133. *End
  134. *?PageSize: "
  135.  save
  136.    currentpagedevice /PageSize get aload pop
  137.    2 copy gt {exch} if 
  138.    (Unknown) 
  139.    10 dict begin
  140.       [612 792] (Letter)  def
  141.       [595 842] (A4)  def
  142.       [612 1008] (Legal) def
  143.       [595 935] (Folio) def
  144.       [575 720] (Kwarto) def
  145.       [595 765] (Commercial) def
  146.       [575 935] (Foolscap) def
  147.       [612 935] (SmallLegal) def
  148.       currentdict
  149.    end
  150.    { exch aload pop 4 index sub abs 5 le exch 
  151.      5 index sub abs 5 le and 
  152.      {exch pop exit} {pop} ifelse
  153.    } bind forall
  154.    = flush pop pop
  155. restore"
  156. *End
  157. *CloseUI: *PageSize
  158.  
  159. *OpenUI *PageRegion: PickOne
  160. *OrderDependency: 40 AnySetup *PageRegion
  161. *DefaultPageRegion: A4
  162. *PageRegion Letter: "
  163.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  164. *End
  165. *PageRegion A4: "
  166.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  167. *End
  168. *PageRegion Legal: "
  169.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  170. *End
  171. *PageRegion Folio: "
  172.     2 dict dup /PageSize [595 935] put dup /ImagingBBox null put setpagedevice"
  173. *End
  174. *PageRegion Kwarto: "
  175.     2 dict dup /PageSize [575 720] put dup /ImagingBBox null put setpagedevice"
  176. *End
  177. *PageRegion Commercial: "
  178.     2 dict dup /PageSize [595 765] put dup /ImagingBBox null put setpagedevice"
  179. *End
  180. *PageRegion Foolscap: "
  181.     2 dict dup /PageSize [575 935] put dup /ImagingBBox null put setpagedevice"
  182. *End
  183. *PageRegion SmallLegal: "
  184.     2 dict dup /PageSize [612 935] put dup /ImagingBBox null put setpagedevice"
  185. *End
  186. *CloseUI: *PageRegion
  187.  
  188. *% The following entries provide information about specific paper keywords.
  189. *DefaultImageableArea: A4
  190. *ImageableArea Letter: "5.6 8.5 603.4 786.3"
  191. *ImageableArea A4: "5.6 8.5 586.4 836.3"
  192. *ImageableArea Legal: "5.6 8.5 603.4 1002.3"
  193. *ImageableArea Folio: "5.6 8.5 586.4 836.3"
  194. *ImageableArea Kwarto: "5.6 8.5 566.4 715.3"
  195. *ImageableArea Commercial: "5.6 8.5 586.4 761.3"
  196. *ImageableArea Foolscap: "5.6 8.5 566.4 836.3"
  197. *ImageableArea SmallLegal: "5.6 8.5 603.4 836.3"
  198.  
  199. *?ImageableArea: "
  200.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  201.   newpath clippath pathbbox
  202.   4 -2 roll exch 2 {ceiling cvp} repeat
  203.   exch 2 {floor cvp} repeat flush
  204.  restore"
  205. *End
  206.  
  207. *% These provide the physical dimensions of the paper (by keyword)
  208. *DefaultPaperDimension: A4
  209. *PaperDimension Letter: "612 792"
  210. *PaperDimension A4: "595 842"
  211. *PaperDimension Legal: "612 1008"
  212. *PaperDimension Folio: "595 935"
  213. *PaperDimension Kwarto: "575 720"
  214. *PaperDimension Commercial: "595 765"
  215. *PaperDimension Foolscap: "575 935"
  216. *PaperDimension SmallLegal: "612 935"
  217.  
  218.  
  219. *% Input Sources
  220. *%
  221. *OpenUI *InputSlot: PickOne
  222. *OrderDependency: 20 AnySetup *InputSlot
  223. *DefaultInputSlot: PrinterDefault
  224. *InputSlot PrinterDefault/Printer Default: ""
  225. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  226. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  227. *?InputSlot: "
  228.  save statusdict begin
  229.   2 dict begin
  230.    /0 (Upper) def
  231.    /1 (Lower) def
  232.    papertray
  233.      {( ) cvs cvn load exec} stopped not{= flush}if
  234.   end
  235.  end restore"
  236. *End
  237. *CloseUI: *InputSlot
  238.  
  239. *OpenUI *ManualFeed: Boolean
  240. *OrderDependency: 20 AnySetup *ManualFeed
  241. *DefaultManualFeed: False
  242. *ManualFeed False: " 1 dict dup /ManualFeed false put setpagedevice"
  243. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  244. *?ManualFeed: "
  245.   save
  246.     currentpagedevice /ManualFeed get
  247.     {(True)}{(False)}ifelse = flush
  248.   restore"
  249. *End
  250. *CloseUI: *ManualFeed
  251.  
  252. *OpenUI *Duplex: PickOne
  253. *OrderDependency: 50 AnySetup *Duplex
  254. *DefaultDuplex: None
  255. *Duplex None/Simplex: "
  256.    2 dict dup /Duplex false put dup /Tumble false put setpagedevice"
  257. *End
  258. *Duplex DuplexNoTumble/Duplex Long-Edge Binding: "
  259.     2 dict dup /Duplex true put dup /Tumble false put setpagedevice"
  260. *End
  261. *Duplex DuplexTumble/Duplex Short-Edge Binding: "
  262.     2 dict dup /Duplex true put dup /Tumble true put setpagedevice"
  263. *End
  264. *?Duplex: "
  265.   save
  266.     currentpagedevice /Duplex get
  267.     { currentpagedevice /Tumble get
  268.       { (DuplexTumble) }
  269.       { (DuplexNoTumble) }
  270.       ifelse
  271.     }
  272.     { 
  273.        (None)
  274.     } ifelse
  275.     = flush
  276.   restore"
  277. *End
  278. *CloseUI: *Duplex
  279.  
  280. *OpenUI *Collate:  Boolean
  281. *OrderDependency:  50 AnySetup *Collate
  282. *DefaultCollate: True
  283. *Collate False:  "1 dict dup /Collate false put setpagedevice"
  284. *Collate True:  "1 dict dup /Collate true put setpagedevice"
  285. *?Collate: "
  286.   save
  287.   currentpagedevice /Collate get
  288.     {(True)}{(False)}ifelse = flush
  289.   restore"
  290. *End
  291. *CloseUI: *Collate
  292. *CloseGroup: PaperHandling
  293.  
  294.  
  295. *OpenGroup: Finishing
  296. *OpenUI *StapleWhen: PickOne
  297. *OrderDependency: 50 AnySetup *StapleWhen
  298. *DefaultStaple: PrinterDefault 
  299. *StapleWhen PrinterDefault/Printer Default: ""
  300. *StapleWhen Disable/No Staple: "
  301.    1 dict dup /Staple 0 put setpagedevice"
  302. *End
  303. *StapleWhen EndOfSet/Staple at End of Set: "
  304.    1 dict dup /Staple 3 put setpagedevice"
  305. *End
  306. *?StapleWhen: "
  307.  save 
  308.   5 dict begin
  309.    /0 (Disable) def
  310.    /1 (DeviceDeactivation) def
  311.    /2 (EndOfJob) def
  312.    /3 (EndOfSet) def
  313.    /4 (EndOfPage) def
  314.    currentpagedevice /Staple get
  315.      {( ) cvs cvn load exec} stopped not{= flush}if
  316.   end
  317.  end restore"
  318. *End
  319. *CloseUI: *StapleWhen
  320.  
  321. *OpenUI *JogWhen: PickOne
  322. *OrderDependency: 50 AnySetup *JogWhen
  323. *DefaultJog: PrinterDefault
  324. *JogWhen PrinterDefault/Printer Default: ""
  325. *JogWhen Disable/No Jog: "
  326.    1 dict dup /Jog 0 put setpagedevice"
  327. *End
  328. *JogWhen EndOfSet/Jog at End of Set: "
  329.    1 dict dup /Jog 3 put setpagedevice"
  330. *End
  331. *?JogWhen: "
  332.  save 
  333.   5 dict begin
  334.    /0 (Disable) def
  335.    /1 (DeviceDeactivation) def
  336.    /2 (EndOfJob) def
  337.    /3 (EndOfSet) def
  338.    /4 (EndOfPage) def
  339.    currentpagedevice /Jog get
  340.      {( ) cvs cvn load exec} stopped not{= flush}if
  341.   end
  342.  end restore"
  343. *End
  344. *CloseUI: *JogWhen
  345.  
  346. *OpenUI *OutputBin: PickOne
  347. *OrderDependency: 25 AnySetup *OutputBin
  348. *DefaultOutputBin: PrinterDefault
  349. *OutputBin PrinterDefault/Printer Default: ""
  350. *OutputBin Side: "statusdict begin 0 setoutputtray end"
  351. *OutputBin bin1: "statusdict begin 1 setoutputtray end"
  352. *OutputBin bin2: "statusdict begin 2 setoutputtray end"
  353. *CloseUI: *OutputBin
  354.  
  355. *CloseGroup: Finishing
  356.  
  357. *% Font Information
  358. *%
  359. *DefaultFont: Courier
  360. *Font AvantGarde-Book: Standard "(002.001)" Standard ROM
  361. *Font AvantGarde-BookOblique: Standard "(002.001)" Standard ROM
  362. *Font AvantGarde-Demi: Standard "(002.001)" Standard ROM
  363. *Font AvantGarde-DemiOblique: Standard "(002.001)" Standard ROM
  364. *Font Bookman-Demi: Standard "(002.001)" Standard ROM
  365. *Font Bookman-DemiItalic: Standard "(002.001)" Standard ROM
  366. *Font Bookman-Light: Standard "(002.001)" Standard ROM
  367. *Font Bookman-LightItalic: Standard "(002.001)" Standard ROM
  368. *Font Courier: Standard "(002.001)" Standard ROM
  369. *Font Courier-Bold: Standard "(002.001)" Standard ROM
  370. *Font Courier-BoldOblique: Standard "(002.001)" Standard ROM
  371. *Font Courier-Oblique: Standard "(002.001)" Standard ROM
  372. *Font Garamond-Bold: Standard "(002.001)" Standard ROM
  373. *Font Garamond-BoldItalic: Standard "(002.001)" Standard ROM
  374. *Font Garamond-Light: Standard "(002.001)" Standard ROM
  375. *Font Garamond-LightItalic: Standard "(002.001)" Standard ROM
  376. *Font Helvetica: Standard "(002.001)" Standard ROM
  377. *Font Helvetica-Bold: Standard "(002.001)" Standard ROM
  378. *Font Helvetica-BoldOblique: Standard "(002.001)" Standard ROM
  379. *Font Helvetica-Condensed: Standard "(002.001)" Standard ROM
  380. *Font Helvetica-Condensed-Bold: Standard "(002.001)" Standard ROM
  381. *Font Helvetica-Condensed-BoldObl: Standard "(002.001)" Standard ROM
  382. *Font Helvetica-Condensed-Oblique: Standard "(002.001)" Standard ROM
  383. *Font Helvetica-Narrow: Standard "(002.001)" Standard ROM
  384. *Font Helvetica-Narrow-Bold: Standard "(002.001)" Standard ROM
  385. *Font Helvetica-Narrow-BoldOblique: Standard "(002.001)" Standard ROM
  386. *Font Helvetica-Narrow-Oblique: Standard "(002.001)" Standard ROM
  387. *Font Helvetica-Oblique: Standard "(002.001)" Standard ROM
  388. *Font NewCenturySchlbk-Bold: Standard "(002.001)" Standard ROM
  389. *Font NewCenturySchlbk-BoldItalic: Standard "(002.001)" Standard ROM
  390. *Font NewCenturySchlbk-Italic: Standard "(002.001)" Standard ROM
  391. *Font NewCenturySchlbk-Roman: Standard "(002.001)" Standard ROM
  392. *Font Palatino-Bold: Standard "(002.001)" Standard ROM
  393. *Font Palatino-BoldItalic: Standard "(002.001)" Standard ROM
  394. *Font Palatino-Italic: Standard "(002.001)" Standard ROM
  395. *Font Palatino-Roman: Standard "(002.001)" Standard ROM
  396. *Font Symbol: Special "(002.001)" Special ROM
  397. *Font Times-Bold: Standard "(002.001)" Standard ROM
  398. *Font Times-BoldItalic: Standard "(002.001)" Standard ROM
  399. *Font Times-Italic: Standard "(002.001)" Standard ROM
  400. *Font Times-Roman: Standard "(002.001)" Standard ROM
  401. *Font ZapfChancery-MediumItalic: Standard "(002.001) Standard ROM"
  402. *Font ZapfDingbats: Special "(002.001)" Special ROM
  403. *?FontQuery: "
  404.  save
  405.    { count 1 gt
  406.       { exch dup 127 string cvs (/) print print (:) print
  407.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  408.       } { exit } ifelse 
  409.    } bind loop
  410.    (*) = flush
  411.  restore"
  412. *End
  413.  
  414. *?FontList: "
  415. save
  416.   (*) {cvn ==} 128 string /Font resourceforall
  417.   (*) = flush
  418. restore"
  419. *End
  420.  
  421.  
  422. *% Printer Messages (verbatim from printer):
  423. *%
  424. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  425. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  426. *Message: "\FontName\ not found, using Courier"
  427.  
  428. *% Status (format: %%[ status: <one of these> ]%% )
  429. *%
  430. *Status: "idle"
  431. *Status: "busy"
  432. *Status: "waiting"
  433.  
  434. *% Status (format: %%[ status: <one of these>; Source: <one of these> ]%% )
  435. *%
  436. *Source: "FTP"
  437. *Source: "LPR"
  438. *Source: "Serial"
  439. *Source: "Parallel"
  440. *Source: "Telnet"
  441. *Source: "Socket"
  442. *Source: "Remote Server"
  443. *Source: "PrintLink"
  444. *Source: "other"
  445.  
  446. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  447. *%
  448. *PrinterError: "Close sorter"
  449. *PrinterError: "Close cover at bottom of stacker"
  450. *PrinterError: "Close cover, bottom of sorter, left"
  451. *PrinterError: "Close cover under finisher"
  452. *PrinterError: "Close cover, bottom of sorter, right"
  453. *PrinterError: "Push in upper paper tray"
  454. *PrinterError: "Close top cover of finisher"
  455. *PrinterError: "Close side cover of finisher"
  456. *PrinterError: "Push back lower stacker tray"
  457. *PrinterError: "Empty sorter bin"
  458. *PrinterError: "Empty lower stacker tray"
  459. *PrinterError: "Empty upper stacker tray"
  460. *PrinterError: "Refill both paper trays"
  461. *PrinterError: "Refill paper trays"
  462. *PrinterError: "Refill lower paper tray"
  463. *PrinterError: "Refill upper paper tray"
  464. *PrinterError: "Feed sheet in bypass"
  465. *PrinterError: "Adjust format papertrays"
  466. *PrinterError: "Adjust weight papertrays"
  467. *PrinterError: "Please wait"
  468. *PrinterError: "Both paper levels low"
  469. *PrinterError: "Paper levels low"
  470. *PrinterError: "Lower paper level low"
  471. *PrinterError: "Upper paper level low"
  472. *PrinterError: "Both trays down"
  473. *PrinterError: "Trays down"
  474. *PrinterError: "Lower tray down"
  475. *PrinterError: "Upper tray down"
  476. *PrinterError: "Lower stacker tray out"
  477. *PrinterError: "Lower stacker tray full"
  478. *PrinterError: "Upper stacker tray full"
  479. *PrinterError: "Cleaner unit full"
  480. *PrinterError: "Account file full"
  481. *PrinterError: "Toner level low"
  482. *PrinterError: "Trace file full"
  483. *PrinterError: "Tracing for"
  484. *PrinterError: "Service interval exceeded"
  485.  
  486. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  487.  
  488. *% Color Separation Information
  489. *%
  490. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  491.  
  492. *InkName: ProcessBlack/Process Black
  493. *InkName: CustomColor/Custom Color
  494. *InkName: ProcessCyan/Process Cyan
  495. *InkName: ProcessMagenta/Process Magenta
  496. *InkName: ProcessYellow/Process Yellow
  497.  
  498. *% For 60 lpi / 300 dpi
  499. *%
  500. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  501. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  502. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  503. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  504. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  505.  
  506. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  507. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  508. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  509. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  510. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  511.  
  512. *% For 53 lpi / 300 dpi
  513. *%
  514. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  515. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  516. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  517. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  518. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  519.  
  520. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  521. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  522. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  523. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  524. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  525.  
  526.  
  527. *% end of PPD file for Oce 9230 printer
  528.  
  529.  
  530.